home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- PNewLayer.h ----------------------------------------------------------
- * Copyright (c) 1995-96 Adobe Systems Incorporated. All rights reserved.
- * Created on Sun, Oct 22, 1995 @ 3:29 PM by Paul Ferguson.
- *
- * Description:
- *-------------------------------------------------------------------------
- */
- #ifndef __PNewLayer__
- #define __PNewLayer__
-
- class PNewLayer
- {
-
- public:
-
- PNewLayer(
- const char * sLayerName,
- short nShow,
- short nLock,
- short nColorIndex,
- long lRed,
- long lGreen,
- long lBlue );
-
- private:
-
- PNewLayer();
- };
-
- #endif
-
- // end of PNewLayer.h
-